'Declaration
Public Overloads Shared Sub Trace(Of TState)( _ ByVal state As TState, _ ByVal exception As Exception, _ ByVal traceMask As Integer, _ ByVal formatter As Func(Of TState,Exception,String) _ )
'Usage
Dim state As TState Dim exception As Exception Dim traceMask As Integer Dim formatter As Func(Of TState,Exception,String) Utils.Trace(Of TState)(state, exception, traceMask, formatter)
public static void Trace<TState>( TState state, Exception exception, int traceMask, Func<TState,Exception,string> formatter )
public: static void Tracegeneric<typename TState> ( TState^ state, Exception^ exception, int traceMask, Func<TState^,Exception^,String^>^ formatter )
Parameters
- state
- exception
- traceMask
- formatter
Type Parameters
- TState